hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
BodyRectComponent
hip
component
physics
Undocumented in source.
class
BodyRectComponent : IBaseComponent!BodyRectComponent {
Vector2
position
;
Size
size
;
Vector2
velocity
;
Rect
rect
();
Rect
expandedRect
();
Rect
expandedRectVel
();
}
Members
Functions
expandedRect
Rect
expandedRect
()
Use expanded rect for detecting pre collision steps.
expandedRectVel
Rect
expandedRectVel
()
Undocumented in source. Be warned that the author may not have intended to support it.
rect
Rect
rect
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
position
Vector2
position
;
Undocumented in source.
size
Size
size
;
Undocumented in source.
velocity
Vector2
velocity
;
Undocumented in source.
Meta
Source
See Implementation
hip
component
physics
classes
BodyRectComponent